object Form1: TForm1 Left = 200 Top = 108 BorderStyle = bsToolWindow Caption = 'Form1' ClientHeight = 41 ClientWidth = 293 Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] PixelsPerInch = 96 TextHeight = 13 object LoadLibBtn: TButton Left = 8 Top = 8 Width = 75 Height = 25 Caption = '&Load Library' TabOrder = 0 OnClick = LoadLibBtnClick end object ThreadBtn: TButton Left = 88 Top = 8 Width = 113 Height = 25 Caption = '&Create Short Thread' TabOrder = 1 OnClick = ThreadBtnClick end object FreeLibBtn: TButton Left = 208 Top = 8 Width = 75 Height = 25 Caption = '&Free Library' Enabled = False TabOrder = 2 OnClick = FreeLibBtnClick end end